| 1. | A jagged array is an array whose elements are arrays 交错数组是元素为数组的数组。 |
| 2. | Describes arrays of arrays , also known as jagged arrays 描述数组嵌套,也称作交错数组。 |
| 3. | Returns the number of arrays contained in the jagged array 返回包含在交错数组中的数组的数目。 |
| 4. | How to : initialize a jagged array 如何:初始化交错数组 |
| 5. | The elements of a jagged array can be of different dimensions and sizes 交错数组元素的维度和大小可以不同。 |
| 6. | To declare a jagged array variable 声明交错数组变量 |
| 7. | The following examples create single - dimensional , multidimensional , and jagged arrays 下面的示例创建一维、多维和交错数组: |
| 8. | A jagged array can be either one - dimensional or multidimensional , and so can its elements 交错数组可以是一维或多维,它的元素也可以是一维或多维。 |
| 9. | The following code example initializes the array variables to default except for jagged arrays 下面的代码示例将数组变量初始化为默认值(交错数组除外) : |
| 10. | A jagged array is an array of arrays , and therefore its elements are reference types and are initialized to 交错数组是数组的数组,因此其元素是引用类型并初始化为 |